home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / driver / os2_tsl2.zip / OS2_READ.ME next >
Text File  |  1992-08-11  |  6KB  |  150 lines

  1.                             Trantor Systems, Ltd.
  2.                              5415 Randall Place
  3.                              Fremont, CA  94538
  4.                                 510-770-1400
  5.                               510-770-9910 FAX
  6.                               510-656-5159 BBS
  7.  
  8. August 11, 1992
  9.  
  10.  
  11. These drivers are for Trantor T128, T228, T338 , T348 and T130B SCSI
  12. host adapter cards and OS/2 2.0.  Earlier versions of OS/2 are not
  13. supported.
  14.  
  15. These drivers are Copyright 1992 by Trantor Systems, Ltd.  All rights
  16. reserved.  They may be freely distributed to owners of Trantor products
  17. as long as this documentation file is included with the files.  Latest
  18. revisions of these files can be obtained from the Trantor BBS system or
  19. they may be ordered on disk from the Trantor office for a small charge.
  20.  
  21.  
  22. Files on this release:
  23.  
  24.     README.OS2          This file
  25.     OS2.FAQ             OS2 Frequently Asked Questions -
  26.                         Check here for answers before FAXing
  27.                         for Technical Support
  28.     T128SCSI.ADD        T128 / T228 driver
  29.     T13BSCSI.ADD        T130B driver
  30.     T338SCSI.ADD        T338 MiniSCSI driver
  31.     T348SCSI.ADD        T348 MiniSCSI Plus driver
  32.     T128SCSI.DDP        T128 / T228 Install script
  33.     T13BSCSI.DDP        T130B Install script
  34.     T338SCSI.DDP        T338 MiniSCSI Install script
  35.     T348SCSI.DDP        T348 MiniSCSI Plus Install script
  36.  
  37. All files are being distributed in a compressed file format as
  38. OS2-TSL1.ZIP or as a self-extracting archive file called OS2-TSL.EXE for
  39. use with BBS systems.
  40.  
  41.  
  42. AUTOMATIC INSTALLATION
  43.  
  44. Copy all the files to a floppy.  This floppy is now a device support
  45. diskette.  Insert it in A: and run DDINSTAL from the OS/2 prompt.  The
  46. Device Driver Install icon can be found by selecting the OS/2 System
  47. icon on the desktop, then the System Setup icon in that window.  Insert
  48. your floppy in a disk drive and double click on the Device Driver
  49. Install icon.
  50.  
  51.  
  52. MANUAL INSTALLATION
  53.  
  54. The desired driver must be copied to the OS/2 2.0 directory:
  55.  
  56.     COPY A:*.* C:\OS2
  57.  
  58. This driver should be installed in the config.sys file as follows:
  59.  
  60.     ....
  61.     BASEDEV=TxxxSCSI.ADD /T                     <=== add /t for most CD-ROMs
  62.     BASEDEV=OS2DASD.DMD
  63.     IFS=C:\OS2\CDFS.IFS /Q                      <=== CD-ROM only
  64.     DEVICE=C:\OS2\CDROM.SYS                     <=== CD-ROM only
  65.     BASEDEV=OS2SCSI.DMD
  66.     ....
  67. where xxx stands for the adapter type: 128, 13B, 338, 348. 
  68.  
  69. All of the above drivers are necessary for CD and HD support. They
  70. should be inserted in your CONFIG.SYS.  Some of these drivers
  71. might already be in your CONFIG.SYS file.  All drivers except for
  72. TxxxSCSI.ADD are usually placed in the OS2 directory during the initial
  73. OS2 installation.
  74.  
  75. OS2DASD.DMD is already in the CONFIG.SYS, but the other drivers may not
  76. be there.  Be sure you add them either manually or with the OS/2
  77. Installer.
  78.  
  79. The OS/2 .ADD driver we supply is fully compatible with any driver that
  80. interfaces with the .ADD specification for OS/2 2.0.  It will work
  81. transparently with any hard disk supported by OS/2.
  82.  
  83.  
  84. OPTICAL DRIVES:
  85. IBM supplies a driver called OPTICAL.SYS for use with their 3.5"
  86. Magneto-Optical drive and other Magneto-Optical drives.  We have
  87. confirmed that it works correctly with this .ADD release.
  88.  
  89. In addition, we have implemented an optional command line switch that
  90. will enable some Magneto-Optical drives to be treated like a hard drive
  91. when OPTICAL.SYS is not available.  Adding the command line parameter of
  92. /o to the .ADD driver forces the operating system to treat an MO drive
  93. as a standard hard drive.
  94.  
  95.                                         
  96. CD-ROM DRIVES:
  97. IBM recommends using CDROM.SYS (which is supplied with OS/2 2.0) with
  98. the /i option for non-IBM CD-ROM drives.  This driver may not support
  99. audio commands on all CD-ROM drives.  IBM is planning to release an
  100. updated driver that supports audio commands for most CD-ROM drives.
  101. Please contact IBM for more information on their CD-ROM support and
  102. future drivers.
  103.  
  104. To support CD-ROM drives that are not supported with the /i option of
  105. CDROM.SYS, we have implemented a command line switch of /t in our .ADD
  106. that emulates the IBM (Toshiba) CD-ROM drive and allows standard data
  107. read commands to work with most SCSI CD-ROM drives.  NOTE: Audio
  108. commands are not supported and may cause unpredictable results with some
  109. CD-ROM drives.
  110.  
  111. Add the command line parameter in the following manner:
  112.   BASEDEV=TxxxSCSI.ADD /t
  113.  
  114. In order to have a CD-ROM drive show on your desktop with a CD-ROM icon,
  115. you must have a CD-ROM disc in your drive when the system is booted.  If
  116. you boot with an empty CD-ROM drive, the drive icon will appear as a
  117. floppy disk instead of a CD-ROM disc.  This will not affect the
  118. operation of the CD-ROM drive itself.
  119.  
  120. If you have a CD-ROM drive with multiple Logical Units (LUNs), like the
  121. Pioneer DRM-600, you will be able to access all Logical Units with the
  122. August, 1992 driver.  To restrict the number of logical units, the /U
  123. command line parameter can be used, where, for instance, /U3 restricts
  124. the driver to recognize only 3 Logical Units of the possible 6 in the
  125. DRM-600.
  126.  
  127.  
  128. HARD DISK DRIVES
  129. Format the SCSI device first from DOS with the TFORMAT program that
  130. comes included with the Trantor SCSI adapter.  Select a single partition
  131. after low level formatting the drive.
  132.  
  133. Boot OS/2 with the drivers installed and format the disk with the OS/2
  134. formatter.
  135.  
  136. We have found removable media must be formatted with the OS/2 format
  137. program before it can be recognized.  Just format it as though it is a
  138. floppy...  selecting a 2.8M floppy, for instance, formats a Syquest
  139. drive to 42M just fine.  Removable media drives are not interchangeable
  140. between DOS and OS/2.
  141.  
  142.  
  143. NOTES:
  144.         - Removable media is supported. It was tested with a SyQuest drive.
  145.         - OPTICAL.SYS provided by IBM will support MO drives.
  146.         - option /o supports MO drives by treating them like HD's.
  147.         - option /t supports non-IBM CD-ROM drives for data only by
  148.           emulating the IBM CD-ROM drive.
  149.         - option /u restricts the number of Logical Units.  Default is 7
  150.